home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlx31mnu.arc / TELIX_P.DEF < prev    next >
Text File  |  1988-10-19  |  4KB  |  123 lines

  1. ;Telix 3.10 Logitech Mouse Menu with Call Waiting Toggle
  2. ;By Robert F. Rapp
  3. ;Sun  10-16-1988  12:41:54
  4.  
  5. BEGIN  LeftB,MidB,RightB,LeftM,RightM,UpM,DownM,25,25
  6. CHORDS  LMB, LRB, MRB, ALLB
  7.  
  8. LeftB:  TYPE ENTER
  9. MidB:   MATCH 2,27,,"Telix ",MAIN,CHECK1
  10. Check1: MATCH 1,5,,"Dialing",SPACE,Z
  11. RightB: TYPE ESC
  12. Leftm:  TYPE 0,75
  13. RightM: TYPE 0,77
  14. UpM:    TYPE 0,72
  15. DownM:  TYPE 0,80
  16.  
  17. ;*****CHORDS
  18. LMB:    Type "Y"
  19. LRB:    MATCH 1,5,,"Dialing",PGUP,S
  20. MRB:    Type "N"
  21. ALLB:   MATCH 1,5,,"Dialing",PGDN,R
  22.  
  23. ;*****MAIN MENU OVERLAY -
  24. MAIN:  POPUP 6, 2,BOLD
  25. text " Dialing directory..Alt-D  Queue Redial #s....Alt-Q │ Local echo........Alt-E"
  26. text " Send files.........Alt-S  Receive files......Alt-R │ DOS command.......Alt-V"
  27. text " Exit Telix.........Alt-X  Run script (Go)....Alt-G │ Run editor........Alt-A"
  28. text " Comm Parameters....Alt-P  cOnfigure Telix....Alt-O │ Screen Image......Alt-I"
  29. text " Key defs./macros...Alt-K  Terminal emulation.Alt-T │ Printer on/off...Ctrl-@"
  30. text " Capture on/off.....Alt-L  Scroll Back........Alt-B │ Chat Mode.........Alt-Y"
  31. text " DOS Functions......Alt-F  Jump to DOS shell..Alt-J │ Translate Table...Alt-W"
  32. text " Hang-up modem......Alt-H  Clear screen.......Alt-C │ Add LF on/off.....S-Tab"
  33. text " Usage Log on/off...Alt-U  Misc. functions....Alt-M │ Send BREAK........C-End"
  34. text "                                                                             "
  35. text " Disable Call Waiting  ON  Disable Call Waiting OFF    EXIT  Command Summary "
  36.  
  37. select  1, 2,24,D
  38. select  2, 2,24,S
  39. select  3, 2,24,X
  40. select  4, 2,24,P
  41. select  5, 2,24,K
  42. select  6, 2,24,L
  43. select  7, 2,24,F
  44. select  8, 2,24,H
  45. select  9, 2,24,U
  46. select 11, 2,24,CWON
  47. select  1,28,24,Q
  48. select  2,28,24,R
  49. select  3,28,24,G
  50. select  4,28,24,O
  51. select  5,28,24,T
  52. select  6,28,24,B
  53. select  7,28,24,J
  54. select  8,28,24,C
  55. select  9,28,24,M
  56. select 11,28,24,CWOFF
  57. select  1,55,23,E
  58. select  2,55,23,V
  59. select  3,55,23,A
  60. select  4,55,23,I
  61. select  5,55,23,Ctl2
  62. select  6,55,23,Y
  63. select  7,55,23,W
  64. select  8,55,23,ShTab
  65. select  9,55,23,CtrlEnd
  66. select 11,55,24,Z
  67. pend
  68.  
  69.  
  70. ;*****KEY BOARD DEFINITIONS
  71.  
  72. D:      TYPE 0,32
  73. P:      TYPE 0,25
  74. S:      TYPE 0,31
  75. Y:      TYPE 0,21
  76. F:      TYPE 0,33
  77. O:      TYPE 0,24
  78. PGUP:   TYPE 0,73
  79. H:      TYPE 0,35
  80. V:      TYPE 0,47
  81. E:      TYPE 0,18
  82. L:      TYPE 0,38
  83. C:      TYPE 0,46
  84. R:      TYPE 0,19
  85. M:      TYPE 0,50
  86. Q:      TYPE 0,16
  87. J:      TYPE 0,36
  88. B:      TYPE 0,48
  89. X:      TYPE 0,45
  90. PGDN:   TYPE 0,81
  91. A:      TYPE 0,30
  92. I:      TYPE 0,23
  93. G:      TYPE 0,34
  94. CtrlEND: TYPE 0,117
  95. ShTAB:  TYPE 0,67
  96. Ctl2:   TYPE 0,0            ;ACTUALLY DOES NOTHING - TELIX USES SCAN CODE NOT
  97. HOME:   TYPE 0,71                                  ;SUPPORTED BY MOUSE DRIVER
  98. Z:      TYPE 0,44
  99. END:    TYPE 0,79
  100. K:      TYPE 0,37
  101. T:      TYPE 0,20
  102. U:      TYPE 0,22
  103. W:      TYPE 0,17
  104. NOTHING: NOTHING
  105. RETURN: TYPE ENTER
  106. SPACE:  TYPE 32
  107.  
  108. LetB:   TYPE "B"                 ;This from here on is for the call waiting toggle
  109. LetC:   TYPE "C"                 ;
  110. LetD:   TYPE "D"                 ;
  111. LetE:   TYPE "E"                 ;As it is it works with error correcting modems where
  112. LetM:   TYPE "M"                 ;ATZ0 is err. corr. on and ATZ1 is err. corr. off
  113. CWON:   EXECUTE O,LetM,LetB,CW1,RETURN,LetC,CW2,RETURN,LetD,CW3,RETURN,RETURN,LetE,Z
  114. CWOFF:  EXECUTE O,LetM,LetB,NOCW1,RETURN,LetC,NOCW2,RETURN,LetD,NOCW3,RETURN,RETURN,LetE,Z
  115. CW1:    TYPE "ATZ1^M~ATDT*70W"   ;Substitute your dialing string #1 plus the *70W
  116. CW2:    TYPE "ATZ0^M~ATDT*70W"   ;Substitute your dialing string #2 plus the *70W
  117. CW3:    TYPE "ATDT*70W"          ;Substitute your dialing string #3 plus the *70W
  118. NOCW1:  TYPE "ATZ1^M~ATDT    "   ;Substitute your dialing string #1 plus the four spaces!
  119. NOCW2:  TYPE "ATZ0^M~ATDT    "   ;Substitute your dialing string #2 plus the four spaces!
  120. NOCW3:  TYPE "ATDT    "          ;Substitute your dialing string #3 plus the four spaces!
  121.  
  122. ;*****END OF TELIX DEF FILE
  123.